-
Notifications
You must be signed in to change notification settings - Fork 1
build(deps): Bump body-parser from 1.20.3 to 2.2.0 #751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: staging
Are you sure you want to change the base?
Conversation
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.3 to 2.2.0. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.3...v2.2.0) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Reviewer's Guide by SourceryThis pull request updates the Updated class diagram for body-parserclassDiagram
class BodyParser {
<<interface>>
+urlencoded(options: Object): Function
+json(options: Object): Function
+raw(options: Object): Function
+text(options: Object): Function
}
note for BodyParser "Minimum supported Node.js version is now 18"
Class diagram for updated dependencies of body-parserclassDiagram
class BodyParser {
}
class Bytes {
}
class ContentType {
}
class Debug {
}
class HttpErrors {
}
class IconvLite {
}
class OnFinished {
}
class Qs {
}
class RawBody {
}
class TypeIs {
}
BodyParser -- Bytes : depends on
BodyParser -- ContentType : depends on
BodyParser -- Debug : depends on
BodyParser -- HttpErrors : depends on
BodyParser -- IconvLite : depends on
BodyParser -- OnFinished : depends on
BodyParser -- Qs : depends on
BodyParser -- RawBody : depends on
BodyParser -- TypeIs : depends on
note for BodyParser "BodyParser's dependencies have been updated"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Bumps body-parser from 1.20.3 to 2.2.0.
Release notes
Sourced from body-parser's releases.
... (truncated)
Changelog
Sourced from body-parser's changelog.
... (truncated)
Commits
0aa4e11
2.2.0 (#597)4d85c4c
refactor: cleanup parser options (#596)d11899b
refactor: normalize common options for all parsers (#551)f27f2ce
perf: refactorparameterCount
to optimize performance (#591)ccad155
dep: upgrade iconv-lite@0.6.3 (#588)f75bd25
chore: update test dependencies (#585)0f12509
fix(docs): replace var with let or const in ReadMe (#581)5e6dd08
fix(docs): remove security file (#590)d127b9c
ci: uselcovonly
reporter for thetest-ci
script (#584)d0bf2be
fix: remove skip of test (#589)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Upgrade body-parser dependency from version 1.20.3 to 2.2.0
Enhancements:
Build: